audio: rename 'mach-audio' pkg to just 'audio'
This commit is contained in:
parent
84f8532c43
commit
da046f340d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const Builder = std.build.Builder;
|
|||
const soundio_path = thisDir() ++ "/upstream/soundio";
|
||||
|
||||
pub const pkg = std.build.Pkg{
|
||||
.name = "mach-audio",
|
||||
.name = "audio",
|
||||
.source = .{ .path = thisDir() ++ "/main.zig" },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue