Skip to content

rbmzeum/rust_gtk4_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Gtk4 Boilerplate

You can install the schema by executing the following commands on a Linux or macOS machine:

mkdir -p $HOME/.local/share/glib-2.0/schemas
cp ./src/schemas/net.rust-gtk4-boilerplate.gschema.xml $HOME/.local/share/glib-2.0/schemas/
glib-compile-schemas $HOME/.local/share/glib-2.0/schemas/

On Windows run:

mkdir C:\ProgramData\glib-2.0\schemas\
cp .\src\schemas\net.rust-gtk4-boilerplate.gschema.xml C:\ProgramData\glib-2.0\schemas\
glib-compile-schemas C:\ProgramData\glib-2.0\schemas\

Run:

cargo run --bin gtk4_application

About

Rust GTK4 example application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages