Initial commit
This commit is contained in:
commit
447b36e8c9
4 changed files with 3903 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "phantasma"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
winit = "0.30.9"
|
||||
masonry = { git = "https://github.com/linebender/xilem.git", version = "0.2.0" }
|
||||
xilem = { git = "https://github.com/linebender/xilem.git", version = "0.1.0" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue