We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebee7dc commit d31a2d4Copy full SHA for d31a2d4
README.md
@@ -130,3 +130,12 @@ Bug reports and pull requests are welcome at https://github.com/jethrodaniel/mru
130
## License
131
132
[MIT](https://spdx.org/licenses/MIT.html), same as [MRuby](https://github.com/mruby/mruby).
133
+
134
+## Credits
135
136
+This project is inspired by https://github.com/dantecatalfamo/mruby-zig (MIT):
137
138
+Some differences:
139
140
+- we use `@cImport` instead of zig bindings
141
+- we use `zig build` instead of `rake`
0 commit comments