dxc 0.1.8

A concise, modern dioxus component library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
tag = true
tag-name = "v{{version}}"
pre-release-hook = [
  "git",
  "cliff",
  "--workdir",
  "../",
  "-o",
  "../CHANGELOG.md",
  "--tag",
  "{{version}}",
]