Commit Graph

31 Commits

Author SHA1 Message Date
d601c8feeb Rework the build.
Switches to using NPM entirely for dependencies. That allows me to delete lodash from the repository while leaving the dependency in place. I lose the automatic rebuilds.
2023-02-11 12:49:41 -05:00
dfd755ed0a Set up a prototype UI 2023-02-11 12:49:41 -05:00
1f8a0215dc Bare minimum test app with one library 2023-02-11 12:49:37 -05:00
2857982b82 Add copyright notice to all source files 2023-02-06 09:52:45 -05:00
d7108d0355 Put the GPL-3 on all of my cargo files 2023-02-06 09:50:09 -05:00
cca1b9c3ba Add the copyright notice to the readme 2023-02-06 09:41:40 -05:00
a8d8210252 Add the copyright notice to the hex-grid main 2023-02-06 09:39:04 -05:00
214463f6b4 Import my hex-grid project 2023-02-06 09:36:02 -05:00
411e0261fc Update the project dependencies 2023-02-06 09:25:50 -05:00
12e9067c14 Add the GPL to the project 2023-02-06 09:25:11 -05:00
c5721c1e87 Add a program that generates an empty map 2023-01-22 16:50:56 -05:00
f17dd5b89d Clean up the read and write operations
maps no longer need to be serializable. This allows for both a serializable form and a non-serializable form.
2023-01-21 11:23:32 -05:00
ac5d8e0c75 Make maps carry real data that is both readable and writeable. 2023-01-21 10:53:21 -05:00
c5528d1ceb Add Axial coordinates system 2023-01-14 17:19:36 -05:00
be995d2f26 Merge pull request 'Add a module that helps handle a list of record changes.' (#1) from changeset into main
Reviewed-on: savanni/tools#1
2023-01-04 04:43:01 +00:00
ebb33e915c Add a module that helps handle changesets 2023-01-02 10:43:38 -05:00
954ea94bb2 Set up build infrastructure for fluent-ergonomics 2022-12-31 12:39:11 -05:00
d0b376fe76 Set up IFC build tools 2022-12-31 12:27:28 -05:00
c870980ed2 Set up build tools for emseries 2022-12-31 12:25:49 -05:00
6cb443bd17 Set up the flake 2022-12-31 12:07:58 -05:00
b143d21d5f readme 2022-12-31 12:03:22 -05:00
033e9982ea Update dependencies 2022-12-31 12:03:22 -05:00
78ca4b6a09 Add the flake.lock file 2022-12-31 12:03:22 -05:00
c91d105d01 Switch to flake 2022-12-31 12:03:22 -05:00
cb917e9a73 Initial commit of fluent-ergonomics 2022-12-31 12:03:22 -05:00
fe2faa61e0 Add a Date<Tz> conversion for the IFC 2022-12-31 12:03:22 -05:00
20589405e2 Initial commit 2022-12-31 12:03:22 -05:00
aa103829c6 Update to chrono_tz 0.6 2022-04-21 09:25:39 -04:00
5f0f43e414 Remove an old crates-io.list 2022-04-20 09:10:48 -04:00
c70e45090b Set up a flake 2022-04-20 09:10:28 -04:00
9deb17fa15 Re-extract emseries into its own project 2022-04-20 09:01:39 -04:00