This commit is contained in:
🪞👃🪞 2025-07-14 22:22:45 +03:00
parent 6c3a0964ec
commit 7271081fc9
10 changed files with 119 additions and 296 deletions

5
editor/Cargo.toml Normal file
View file

@ -0,0 +1,5 @@
[package]
name = "tengri_editor"
description = "Embeddable editor for Tengri DSL."
version = { workspace = true }
edition = { workspace = true }

0
editor/src/main.rs Normal file
View file