This website requires JavaScript.
Explore
Help
Sign in
vv
/
fractal
Watch
1
Star
0
Fork
You've already forked fractal
0
Code
Pull requests
Projects
Releases
Packages
Activity
63943648cd
fractal
/
scripts
/
grabber.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Really using rust sources to rebuild with meson We were calling always the cargo script to build all, on each call to build but we can provide the rs input and let meson to check if some source has changed and if not, it won't try to build.
2018-02-01 16:31:13 +00:00
#!/bin/sh
fractal-api renamed to fractal-matrix-api
2018-06-08 13:51:37 +00:00
find fractal-matrix-api -name *.rs
Really using rust sources to rebuild with meson We were calling always the cargo script to build all, on each call to build but we can provide the rs input and let meson to check if some source has changed and if not, it won't try to build.
2018-02-01 16:31:13 +00:00
find fractal-gtk -name *.rs
Add resources to build input
2018-02-01 18:16:53 +00:00
find fractal-gtk/res
Copy permalink