aalo 0.1.0

aka bevy-inspector-haalka, a bevy_ui-native inspector for Bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set allow-duplicate-recipes

KAAJ_HAALKA_COMMIT := "d44713752c766eab3ae72b66526934dc65322a57"

fetch_kaaj_justfile:
  curl https://raw.githubusercontent.com/databasedav/haalka/{{ KAAJ_HAALKA_COMMIT }}/kaaj/justfile > kaaj.just

import? 'kaaj.just'

# TODO: use an actual list https://github.com/casey/just/issues/2458
exclude_examples := '"test", "utils"'

# TODO: use an actual list https://github.com/casey/just/issues/2458
export_nickels := "ci build_example pr_previews examples_on_main cleanup_pr_previews release"