Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ SPDX-FileCopyrightText = "2025 Kalle Fagerberg"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = ["**/moon.mod", "example/moon.work", "**/moon.pkg.json", "**/moon.pkg"]
path = ["**/moon.mod", "**/moon.work", "**/moon.pkg.json", "**/moon.pkg"]
SPDX-FileCopyrightText = "2025 Kalle Fagerberg"
SPDX-License-Identifier = "CC0-1.0"
3 changes: 2 additions & 1 deletion example/audio/main.mbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ fn main {
/// boot is only called once, after all the memory is initialized.
pub fn boot() -> Unit {
@audio.out.add_file(b"pickupCoin") |> ignore
@audio.out.add_gain(0.5).next().add_sine(@audio.A4, 1) |> ignore
let gain = @audio.out.add_gain(0.5)
gain.add_sine(@audio.A4, 1) |> ignore
}

///|
Expand Down
4 changes: 4 additions & 0 deletions example/audio/moon.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
members = [
".",
"../..",
]
4 changes: 4 additions & 0 deletions example/font/moon.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
members = [
".",
"../..",
]
4 changes: 4 additions & 0 deletions example/image/moon.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
members = [
".",
"../..",
]
4 changes: 4 additions & 0 deletions example/input/moon.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
members = [
".",
"../..",
]
3 changes: 0 additions & 3 deletions example/moon.work

This file was deleted.

4 changes: 4 additions & 0 deletions example/random/moon.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
members = [
".",
"../..",
]
4 changes: 4 additions & 0 deletions example/scores/moon.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
members = [
".",
"../..",
]
4 changes: 4 additions & 0 deletions example/shapes/moon.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
members = [
".",
"../..",
]
Loading
Loading