This commit is contained in:
ParkerTenBroeck 2026-03-09 09:03:58 -04:00
parent b4841e6f40
commit e6c5947949
9 changed files with 156 additions and 63 deletions

View file

@ -1,7 +1,11 @@
[package]
name = "vhdl_ui"
version = "0.1.0"
edition = "2021"
edition = "2024"
[lib]
crate-type = ["staticlib"]
crate-type = ["staticlib"]
[lints.clippy]
identity_op = "allow"