This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
vpzom
/
radiate
Watch
1
Star
1
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35
Commits
4
Branches
134KB
Branch:
master
desparation
master
translation
translation2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
radiate
/
src
/
qrc.rs
10 lines
103B
Raw
Permalink
Blame
History
qrc!(qml_resources,
"/" {
"qml/Main.qml"
},
);
pub fn load() {
qml_resources();
}