Finishing the renaming changes

This commit is contained in:
2026-05-01 21:47:46 +02:00
parent 4f62d5eb4c
commit b388b1e08e
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
//
// It is redundant to include "zig" in this name because it is already
// within the Zig package namespace.
.name = .base_road_network,
.name = .traffic_simulator,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.0.0",
@@ -22,7 +22,7 @@
// original project's identity. Thus it is recommended to leave the comment
// on the following line intact, so that it shows up in code reviews that
// modify the field.
.fingerprint = 0x8da3e26c9def0629, // Changing this has security and trust implications.
.fingerprint = 0xf441f200e5d3277c, // Changing this has security and trust implications.
// Tracks the earliest Zig version that the package considers to be a
// supported use case.
.minimum_zig_version = "0.16.0",