From 7ecc00c036ae9380bafa80060dc35756195e9c1a Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Thu, 2 Jul 2026 10:56:36 +0100 Subject: Split native type example to example with/without custom config --- examples/07-imports/hobgoblin.json5 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/07-imports/hobgoblin.json5 (limited to 'examples/07-imports/hobgoblin.json5') diff --git a/examples/07-imports/hobgoblin.json5 b/examples/07-imports/hobgoblin.json5 new file mode 100644 index 0000000..2bf59c3 --- /dev/null +++ b/examples/07-imports/hobgoblin.json5 @@ -0,0 +1,13 @@ +{ + outputs: [ + { + generator: "java-types", + path: "output/java/src/gen/java", + packageName: "org.zwobble.example.types" + }, + { + generator: "rust-types", + path: "output/rust/src", + }, + ], +} -- cgit v1.2.3