Skip to content

Commit

Permalink
more filename woes
Browse files Browse the repository at this point in the history
  • Loading branch information
foxnne committed Dec 9, 2024
1 parent c603368 commit ee60f87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Colors.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const std = @import("std");
const pixi = @import("pixi.zig");
const pixi = @import("Pixi.zig");

const Self = @This();

Expand Down
2 changes: 1 addition & 1 deletion src/Settings.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const builtin = @import("builtin");
const pixi = @import("pixi.zig");
const pixi = @import("Pixi.zig");
const std = @import("std");

pub const settings_filename = "settings.json";
Expand Down
2 changes: 1 addition & 1 deletion src/Tools.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const std = @import("std");
const pixi = @import("pixi.zig");
const pixi = @import("Pixi.zig");

const Self = @This();

Expand Down
2 changes: 1 addition & 1 deletion src/storage/internal.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const std = @import("std");
const pixi = @import("../pixi.zig");
const pixi = @import("../Pixi.zig");
const zstbi = @import("zstbi");
const storage = @import("storage.zig");
const zip = @import("zip");
Expand Down

0 comments on commit ee60f87

Please sign in to comment.