summaryrefslogtreecommitdiff
path: root/.nvchecker.toml
diff options
context:
space:
mode:
authorPolesznyák Márk László <116908301+pml68@users.noreply.github.com>2025-03-23 02:49:57 +0100
committerGitHub <noreply@github.com>2025-03-23 02:49:57 +0100
commit3076889c00116b22f022792471253e7188c6e93e (patch)
treebff0cda7a9152e9f94d3176bbf5acaf879394f5f /.nvchecker.toml
parentfeat: update to Rust 2024 (diff)
parentfeat: finish `ApplyOptions` impls (diff)
downloadiced-builder-3076889c00116b22f022792471253e7188c6e93e.tar.gz
Merge pull request #7 from pml68/feat/options-backend
Options backend done (for now)
Diffstat (limited to '.nvchecker.toml')
-rw-r--r--.nvchecker.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..5a07fb4
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,4 @@
+[iced-builder]
+source = "git"
+git = "https://github.com/pml68/iced-builder"
+include_regex = "\\d+\\.\\d+\\.\\d+"