audio: rename 'mach-audio' pkg to just 'audio'

This commit is contained in:
Stephen Gutekanst 2022-06-29 20:56:08 -07:00
parent 84f8532c43
commit da046f340d

View file

@ -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" },
};