🚀 initial commit

This commit is contained in:
lunarydess
2025-02-15 15:03:20 +01:00
commit 86fc14c37c
5 changed files with 178 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "Application-Catnip"
version = "0.0.0-develop"
edition = "2024"
[dependencies]
egui = "0.31"
eframe = { version = "0.31", default-features = false, features = [
"accesskit", "default_fonts",
"glow", "persistence",
"wayland",
] }
env_logger = "0.11"
serde = { version = "1", features = ["derive"] }
egui_code_editor = { git = "https://github.com/lunarydess/Application-Catnip-Editor.git", version = "0.3.0-develop" }