Initial commit

This commit is contained in:
Niklas Korz 2025-02-08 13:16:28 +01:00
commit 447b36e8c9
4 changed files with 3903 additions and 0 deletions

9
Cargo.toml Normal file
View 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" }