Initial commit
parents
No related branches found
No related tags found
Showing
- .gitignore 7 additions, 0 deletions.gitignore
- .idea/.gitignore 5 additions, 0 deletions.idea/.gitignore
- .idea/micro_ui.iml 12 additions, 0 deletions.idea/micro_ui.iml
- .idea/modules.xml 9 additions, 0 deletions.idea/modules.xml
- .idea/vcs.xml 7 additions, 0 deletions.idea/vcs.xml
- Cargo.lock 0 additions, 0 deletionsCargo.lock
- Cargo.toml 14 additions, 0 deletionsCargo.toml
- rustfmt.toml 4 additions, 0 deletionsrustfmt.toml
- src/components.rs 7 additions, 0 deletionssrc/components.rs
- src/components/button.rs 0 additions, 0 deletionssrc/components/button.rs
- src/components/inset_icon.rs 0 additions, 0 deletionssrc/components/inset_icon.rs
- src/lib.rs 0 additions, 0 deletionssrc/lib.rs
- src/styles.rs 32 additions, 0 deletionssrc/styles.rs
- src/theme.rs 0 additions, 0 deletionssrc/theme.rs
- src/types.rs 0 additions, 0 deletionssrc/types.rs
- src/utilities.rs 0 additions, 0 deletionssrc/utilities.rs
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/micro_ui.iml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
Cargo.lock
0 → 100644
This diff is collapsed.
Cargo.toml
0 → 100644
[package] | |||
name = "micro_ui" | |||
version = "0.1.0" | |||
edition = "2021" | |||
[dependencies] | |||
micro_musicbox = "0.9.0" | |||
bevy = "0.13" | |||
serde = { version = "1.0.202", features = ["derive"] } | |||
num-traits = "0.2.19" | |||
kayak_ui = { git = "https://lab.lcr.gr/microhacks/bevy-forks/kayak-ui-13.git", rev = "93370f4172d8bbaf917698761eb039e7fe360f76" } | |||
kayak_font = { git = "https://lab.lcr.gr/microhacks/bevy-forks/kayak-ui-13", rev = "93370f4172d8bbaf917698761eb039e7fe360f76" } | |||
\ No newline at end of file |
rustfmt.toml
0 → 100644
src/components.rs
0 → 100644
src/components/button.rs
0 → 100644
This diff is collapsed.
src/components/inset_icon.rs
0 → 100644
This diff is collapsed.
src/lib.rs
0 → 100644
This diff is collapsed.
src/styles.rs
0 → 100644
src/theme.rs
0 → 100644
This diff is collapsed.
src/types.rs
0 → 100644
This diff is collapsed.
src/utilities.rs
0 → 100644
This diff is collapsed.
Please register or sign in to comment