文件名称:mg:基于Relm(GTK +)的最小UI库,用Rust编写
文件大小:51KB
文件格式:ZIP
更新时间:2024-05-30 08:12:26
hacktoberfest Rust
镁 基于 (GTK +)的最小UI库,用Rust编写。 安装 Cargo.toml添加到Cargo.toml的依赖项部分: mg = " 0.0.1 " relm = " 0.9.6 " relm-attributes = " 0.9.0 " relm-derive = " 0.9.2 " 用法 在view! 宏,请使用Mg小部件: view! { Mg < AppCommand> ((MODES, "examples/main.conf" , None )) { // Place your main widget here. gtk :: Box { } // Connect a signal to react to commands entered by the user.
【文件预览】:
mg-master
----style()
--------command-input.css(60B)
----Cargo.toml(565B)
----.github()
--------workflows()
----src()
--------file.rs(1KB)
--------completion()
--------lib.rs(4KB)
--------key_converter.rs(7KB)
--------app()
----examples()
--------main.rs(9KB)
--------simple.rs(3KB)
--------main.conf(681B)
----LICENSE(1KB)
----README.adoc(1KB)
----tests()
--------commands.rs(4KB)
----.gitignore(18B)