removed :
- CameraWindow.java - CCTVManager.java changed : / Main.java (refactoring for classes) / pom.xml (went SWT Free) / readme.md ; some changes to dep. and future plans section Now this project does not rely on SWT (Eclipse) it now uses Swing, which is plenty and is protable
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -51,12 +51,6 @@
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.platform</groupId>
|
||||
<artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
|
||||
<version>3.132.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.sarxos</groupId>
|
||||
<artifactId>webcam-capture</artifactId>
|
||||
@@ -70,7 +64,6 @@
|
||||
</dependency>
|
||||
|
||||
<!-- for gl we use lwjgl -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.lwjgl</groupId>
|
||||
<artifactId>lwjgl</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user