From a279f88e7b404cdfbb6f928102bbbd911b8ff686 Mon Sep 17 00:00:00 2001 From: Dani Smith Date: Thu, 2 Jan 2025 13:10:51 +0200 Subject: [PATCH] Add Dart v2 to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21d488f..aebf5a6 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ of some examples of KDL in the wild (either v1, v2, or both): | C++ | [kdlpp](https://github.com/tjol/ckdl) | ✅ | ✅ | part of ckdl, requires C++20 | | Common Lisp | [kdlcl](https://github.com/chee/kdlcl) | ✅ | ✖️ | | | Crystal | [kdl-cr](https://github.com/danini-the-panini/kdl-cr) | ✅ | ✖️ | | -| Dart | [kdl-dart](https://github.com/danini-the-panini/kdl-dart) | ✅ | ✖️ | | +| Dart | [kdl-dart](https://github.com/danini-the-panini/kdl-dart) | ✅ | ✅ | | | Elixir | [kuddle](https://github.com/IceDragon200/kuddle) | ✅ | ✅ | | | Go | [gokdl](https://github.com/lunjon/gokdl) | ✅ | ✖️ | | | Go | [kdl-go](https://github.com/sblinch/kdl-go) | ✅ | ✖️ | |