5 Commits

Author SHA1 Message Date
cyqsimon
cf9b9f0634 Reorganise & cleanup (#329)
* Get rid of outdated, unused packaging files

* Create `/res`
2023-11-02 00:59:56 +08:00
cyqsimon
0cf79b2fbd Cache npcap SDK when building on Windows (#281)
* Cache npcap SDK on Windows

* Call build function correctly

* Log when local cache of SDK is found

* Fix clippy warnings

* Log to STDERR
2023-08-31 20:07:16 +08:00
Louis Lesage
55e8885302 feat(layout): 'Window' ordering ability (#118)
* Window ordering ability

Added ability to change display order of the windows using tab. Added a help tooltip.

* fix redundant clone

* fix fmt check

* cargo fmt fix 2

* Fixed help layout and added tests

* Fix fmt check
2020-05-17 22:40:04 +02:00
Michael Murphy
f76fbff7c6 feat(build): Debian packaging support (#124)
* build: Add Makefile for building on Linux with make

* packaging: Add debian packaging to build on Debian platforms

* Define `env CLEAN=0` to prevent from rebuilding sources
* Define `env VENDOR=0` to prevent vendoring of sources

To build in a schroot for bionic:

```
sbuild -d bionic --extra-repository='deb [trusted=yes] http://ppa.launchpad.net/mmstick76/rust/ubuntu bionic main'
```

Replace bionic with whichever Ubuntu release you are building for
2020-01-21 18:40:40 +01:00
Aram Drevekenin
ef4adfa504 initial commit 2019-09-06 23:06:48 +02:00