Initial commit for oxydsp !

This commit is contained in:
2026-03-10 20:05:34 +01:00
commit 5cfc944703
7 changed files with 25 additions and 0 deletions

1
oxydsp-flowgraph/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

View File

@ -0,0 +1,6 @@
[package]
name = "oxydsp-flowgraph"
version = "0.1.0"
edition = "2024"
[dependencies]

View File

@ -0,0 +1,4 @@
fn main()
{
println!("Hello, world!");
}