Skip to content

creekpld/hello-gtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is not the Repo you are looking for! 👽

New development is taking place in gitlab.com/pdylong/hello-gtk 👌.

example GTK app with Rust

Acknowledgment

Source

Requirements

GTK-RS Rust Bindings

Setup

 # 1.install rust nightly with rustup
 curl https://sh.rustup.rs -sSf | sh

 # 2. update 
 rustup update

 # 3. Install the Rust language Server (only for development)
 rustup component add rls-preview
 rustup component add rust-analysis
 rustup component add rust-src

Run

bash

  git clone https://github.com/creekpld/hello-gtk.git && /
  cd hello-gtk && /
  cargo run

fish

  git clone https://github.com/creekpld/hello-gtk.git; cd hello-gtk; cargo run

About

example GTK app with Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages