diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-11-26 12:51:25 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-11-29 15:30:21 -0800 |
| commit | 5db002cb12e876381a653789bb27dfea128ca2f1 (patch) | |
| tree | 2a679093ea36a918f32e837d46612f47a7e9dbcd /src/config.zig | |
| parent | c7ccded35912e3d122cd52d7828f352b85c758da (diff) | |
renderer/metal: underline urls
Diffstat (limited to 'src/config.zig')
| -rw-r--r-- | src/config.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.zig b/src/config.zig index e639f9b84..cd449fb38 100644 --- a/src/config.zig +++ b/src/config.zig @@ -3,6 +3,7 @@ const builtin = @import("builtin"); pub usingnamespace @import("config/key.zig"); pub const Config = @import("config/Config.zig"); pub const string = @import("config/string.zig"); +pub const url = @import("config/url.zig"); // Field types pub const CopyOnSelect = Config.CopyOnSelect; |
