feat: first commit
This commit is contained in:
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "simplicitty"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.44", features = ["full"] }
|
||||
|
||||
winit = { version = "0.30" }
|
||||
wgpu = "25"
|
||||
glyphon = "0.9"
|
||||
|
||||
termion = "4"
|
||||
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
Reference in New Issue
Block a user