• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2021-

examples/H15-Mar-2021-698489

src/H15-Mar-2021-7,0985,925

.cargo-checksum.jsonH A D15-Mar-20213.9 KiB11

Cargo.lockH A D15-Mar-202139.1 KiB857764

Cargo.tomlH A D15-Mar-20211.8 KiB8768

LICENSE-APACHEH A D15-Mar-202110.6 KiB202169

LICENSE-MITH A D15-Mar-20211 KiB2622

MakefileH A D15-Mar-2021386 106

README.mdH A D15-Mar-2021779 2113

bors.tomlH A D15-Mar-2021309 97

README.md

1# metal-rs
2[![Build Status](https://travis-ci.org/gfx-rs/metal-rs.svg?branch=master)](https://travis-ci.org/gfx-rs/metal-rs)
3[![Crates.io](https://img.shields.io/crates/v/metal.svg?label=metal)](https://crates.io/crates/metal)
4
5Unsafe Rust bindings for the Metal 3D Graphics API.
6
7## License
8
9Licensed under either of
10
11 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
12 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
13
14at your option.
15
16### Contribution
17
18Unless you explicitly state otherwise, any contribution intentionally submitted
19for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
20dual licensed as above, without any additional terms or conditions.
21