This website works better with JavaScript.
Home
Help
Sign In
alinz
/
rosc
mirror of
https://github.com/klingtnet/rosc.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
12
Wiki
Activity
Browse Source
Set version to 0.3.0
add-osctime-alias-for-time-tags
0.3.0
Andreas Linz
1 year ago
parent
cf94883368
commit
2030917cde
Signed by:
alinz
GPG Key ID:
9BF39809C9DA580C
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Cargo.toml
+1
-1
README.md
+ 1
- 1
Cargo.toml
View File
@ -1,6 +1,6 @@
[
package
]
name
=
"rosc"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
authors
=
[
"Andreas Linz <klingt.net@gmail.com>"
]
description
=
"An OSC library for Rust"
keywords
=
[
"audio"
,
"osc"
]
+ 1
- 1
README.md
View File
@ -13,7 +13,7 @@ Add `rosc` to the dependencies section of your projects `Cargo.toml`:
```toml
[dependencies]
rosc = "~0.
1
"
rosc = "~0.
3
"
```
## Documentation
Write
Preview
Loading…
Cancel
Save