This website requires JavaScript.
Explore
Help
Sign in
leyoda
/
cosmic-player
Watch
1
Star
0
Fork
You've already forked cosmic-player
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a0cc650659
cosmic-player
/
build.rs
6 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: add help and version flags to argument parser
2025-03-26 11:42:39 -04:00
use
vergen
::
EmitBuilder
;
fn
main
(
)
{
Provide thumbnailing
2025-07-11 11:27:48 -06:00
EmitBuilder
::
builder
(
)
.
git_sha
(
true
)
.
emit
(
)
.
unwrap
(
)
;
feat: add help and version flags to argument parser
2025-03-26 11:42:39 -04:00
}
Reference in a new issue
Copy permalink