9 lines
257 B
TOML
9 lines
257 B
TOML
[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" }
|