Cargo.toml
This commit is contained in:
parent
8c5cb053e7
commit
2d25498769
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "rsrt_cpu"
|
||||
version = "0.1.0"
|
||||
authors = ["gbrochar <gaetanbrochard@protonmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
mat4 = "0.2.1"
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Reference in New Issue