audio: rename to 'sysaudio'
This commit is contained in:
parent
0fb712d19e
commit
f8f4dcf55f
22 changed files with 3 additions and 3 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -28,6 +28,6 @@
|
|||
[submodule "glfw/upstream"]
|
||||
path = glfw/upstream
|
||||
url = https://github.com/hexops/glfw
|
||||
[submodule "audio/upstream"]
|
||||
path = audio/upstream
|
||||
[submodule "sysaudio/upstream"]
|
||||
path = sysaudio/upstream
|
||||
url = https://github.com/hexops/soundio
|
||||
|
|
|
|||
0
audio/.gitignore → sysaudio/.gitignore
vendored
0
audio/.gitignore → sysaudio/.gitignore
vendored
0
audio/.gitmodules → sysaudio/.gitmodules
vendored
0
audio/.gitmodules → sysaudio/.gitmodules
vendored
|
|
@ -4,7 +4,7 @@ const Builder = std.build.Builder;
|
|||
const soundio_path = thisDir() ++ "/upstream/soundio";
|
||||
|
||||
pub const pkg = std.build.Pkg{
|
||||
.name = "audio",
|
||||
.name = "sysaudio",
|
||||
.source = .{ .path = thisDir() ++ "/src/main.zig" },
|
||||
};
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue