feat: reactivityl; vdom; rhei; styles; fs; image element

This commit is contained in:
Faynot
2026-06-02 12:12:20 +03:00
commit f956b750e3
16 changed files with 7713 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "glint-runtime"
version = "0.1.0"
edition = "2024"
[dependencies]
glt = { path = "../glt" }
regex = "1.10"
clap = { version = "4.5", features = ["derive"] }
iced = { version = "0.14.0", features = ["tokio", "image", "svg"] }
colored = "2"
indicatif = "0.17"
rhai = "1.17.1"
chrono = "0.4.44"