initial commit - v0.1.0

This commit is contained in:
2025-07-11 01:49:19 +01:00
commit 1b0b53a2d2
15 changed files with 6587 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "editor"
version = "0.1.0"
edition = "2024"
description = "a basic text editor widget with line numbers"
[dependencies]
egui = "0.31.1"
serde = "1"
[lib]
name = "editor"
path = "src/lib.rs"