feat: intial commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
edition = "2018"
|
||||
name = "stardust-xr"
|
||||
version = "0.9.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
libstardustxr = {path = "../libstardustxr-rs"}
|
||||
mio = {version = "0.8.3", features = ["net", "os-poll"]}
|
||||
slab = "0.4.6"
|
||||
Reference in New Issue
Block a user